home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 1
/
Precision Software Applications Silver Collection Volume One (PSM) (1993).iso
/
tutor
/
dosguide.exe
/
HELPDOS.ZIP
/
BREAK.HLP
< prev
next >
Wrap
Text File
|
1985-09-03
|
812b
|
26 lines
------------------------ BREAK - Internal DOS Command -------------------------
BREAK instructs DOS to check for a Control-Break each time a program requests
DOS to perform an operation.
FORMAT: BREAK [ON | OFF]
REMARKS:
ON - instructs DOS to check for a Control-Break whenever a program requests
a DOS operation.
OFF - instructs DOS to check for a Control-Break only during screen,
keyboard, printer or communications operations. This is the default
setting when DOS is started.
BREAK with no parameters shows the current "break" state (on or off).
NOTE: You can also specify BREAK=ON in your configuration file (CONFIG.SYS),
to activate the same extended Control-Break checking.
EXAMPLE: Turn BREAK on:
BREAK ON